GetAttributesResponse

data class GetAttributesResponse(attributes: List<String>)

Represents response frame that is returned from DOM#getAttributes operation call. Returns attributes for the specified node.

See also

Constructors

GetAttributesResponse
Link copied to clipboard
fun GetAttributesResponse(attributes: List<String>)

Properties

attributes
Link copied to clipboard
val attributes: List<String>
An interleaved array of node attribute names and values.

Sources

jvm source
Link copied to clipboard